

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head id="ctl00_masterHead"><title>
	2009-06-15_1907
</title><link href="/inc/styles/base.css" rel="stylesheet" type="text/css" /><link href="/img/common/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /><link href="/img/common/favicon.ico" rel="icon" type="image/vnd.microsoft.icon" />
       <script type="text/javascript" src="/inc/scripts/common.js"></script>
       

   <script language="javascript" type="text/javascript" src="/inc/scripts/detectplugins.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/view.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/lib/jquery/jquery.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/lib/thickbox/thickbox.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/common.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/validators.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/library/settingsmedia.js"></script>

   <script language="javascript" type="text/javascript" src="/inc/scripts/lib/swfobject/swfobject.js"></script>

   <link rel="stylesheet" type="text/css" href="/inc/styles/view.css" />
   <link rel="stylesheet" type="text/css" href="/inc/styles/settingsmedia.css" />
   <link rel="stylesheet" type="text/css" href="/inc/styles/comments.css" />
   <link rel="stylesheet" type="text/css" href="/inc/styles/lightbox.css" media="screen" />
   <meta name="DC.title" content="" /><meta name="DC.description" content="" /><meta name="DC.subject" content="" /><meta name="DC.category" content="" /><meta name="DC.keywords" content="" /><meta name="DC.date" content="" /><meta name="DC.format" content="" /><meta name="DC.identifier" content="" /><meta name="DC.language" content="" /><meta name="DC.relation" content="" /><meta name="DC.source" content="" /><meta name="DC.coverage" content="" /><meta name="DC.type" content="" /><meta name="Author Email" content="" /><meta name="Author Homepage" content="" /><meta name="DC.creator" content="" /><meta name="DC.contributor" content="" /><meta name="DC.publisher" content="" /><meta name="DC.rights" content="" /><meta name="Author Additional Info" content="" /><meta name="itunes.block" content="" /><meta name="iPodExplicit" content="" /><meta name="itunes.summary" content="" /><meta name="itunes.category" content="" />
   <style type="text/css">
      #clickToPlay
      {
         width: 1276px;
         height: 954px;
         background-color: Black;
         color: white;
         background-image: url(/img/view/clicktoplayarrow.gif);
         background-position: center center;
         background-repeat: no-repeat;
         cursor: pointer;
      }
   </style>
   <link rel="stylesheet" type="text/css" href="/users/bentl1ja/folders/Jing/view.css" />

   <script language="javascript" type="text/javascript">
      /*****************************************************************
      * Begin plugin detection
      ****************************************************************/

      var minFlashVersionMajor = 9;
      var minFlashVersionMinor= 0;
      var minFlashVersionRev = 115;

      
      function pluginCheck()
      {
         var flash = checkFlash( minFlashVersionMajor, minFlashVersionMinor, minFlashVersionRev );

         if ( flash == needsUpgrade )
         {
            displayWarning( 'You appear to be using an outdated version of the Adobe Flash Player. If you experience problems viewing this media, please try upgrading to the latest version which is available for free at <a href="http://www.adobe.com/go/getflashplayer" target="_blank">http://www.adobe.com/go/getflashplayer</a>.', true, 0 );
         }
         else if ( flash == noFlash )
         {
            displayError( 'Viewing this media requires Adobe Flash Player.  You can download Adobe Flash Player from <a href="http://www.adobe.com/" target="_blank">http://www.adobe.com</a>.', true, 0 );
         }
      }
      

      

      

      

      /****************************************************************
      * End plugin detection
      ***************************************************************/
      var canScale = false;
      var originalWidth = 1276;
      var originalHeight = 954;
      var minWidth = 400;
      var minHeight = 300;
      var resizeAreaId = "ctl00_mainContentPlaceHolder_resizeArea";
      var navigationLinksAreaId = "ctl00_mainContentPlaceHolder_navigationLinks";
      var navigationPagingLinksId = "ctl00_mainContentPlaceHolder_navigationLinksDiv";
      var navigationThumbsAreaId = "ctl00_mainContentPlaceHolder_navigationDiv";
      
      /*****************************************************************
       * Begin content scaling section.
       ****************************************************************/           
      // Flag whether the Full size option is on or not.
      var showingFullSize = false;
   
      var boundsWidth;
      var boundsHeight;
      
      // Toggle the Full size option.
      function toggleResizing()
      {
         showingFullSize = !showingFullSize;
         if ( showingFullSize )
         {
            // Reset the content to its original dimensions.
            setDimensions( originalWidth, originalHeight );
         }
         else
         {
            scaleContent();
         }
         setupFullSmallIcon();
      }
      
      // Setup the navigation and resizing UI elements based on the scale of the
      // content and whether the Full size option is on or not.
      function setUpResizingUI()
      {      
         if ( boundsWidth > originalWidth && boundsHeight > originalHeight || 
              document.getElementById( resizeAreaId ) == null )
         {
            // The content area is larger than the content, no scaling is needed.
            if ( document.getElementById( resizeAreaId ) )
            {
               document.getElementById( resizeAreaId ).style.display = "none";
            }
            
            if ( document.getElementById( navigationPagingLinksId ) )
            {
               document.getElementById( navigationLinksAreaId ).style.display = "block";
               document.getElementById( navigationLinksAreaId ).style.width = "160px";
            }
            else
            {
               document.getElementById( navigationLinksAreaId ).style.display = "none";
            }
            showingFullSize = false;
         }
         else
         {              
            if ( document.getElementById( navigationPagingLinksId ) )
            {
               // Add some width to the navigation area to accomodate the full/small option.
               document.getElementById( navigationLinksAreaId ).style.display = "block";
               document.getElementById( navigationLinksAreaId ).style.width = "240px";
            }
            else
            {
               // The nav area is not currently shown. Show it with enough room for the
               // full/small option.
               document.getElementById( navigationLinksAreaId ).style.display = "block";
               document.getElementById( navigationLinksAreaId ).style.width = "80px";
            }
            
            if ( document.getElementById( resizeAreaId ) )
            {
               // The content area is smaller than the content, scaling is allowed
               // so show the Full size option.
               document.getElementById( resizeAreaId ).style.display = "inline";
            }
            
            setupFullSmallIcon();
         }
      }   
      
      function setupFullSmallIcon()
      {
         // Display the Full/Small size size option text as applicable.
         if ( showingFullSize )
         {
            if ( document.getElementById( "resizeLink" ) )
            {
               document.getElementById( "resizeLink" ).title = "small size";
               document.getElementById( "resizeText" ).innerHTML = "small size";
               document.getElementById( "scaleImage" ).src = "/img/view/zoom-out.gif";
            }
         }
         else
         {
            if ( document.getElementById( "resizeLink" ) )
            {
               document.getElementById( "resizeLink" ).title = "full size";
               document.getElementById( "resizeText" ).innerHTML = "full size";
               document.getElementById( "scaleImage" ).src = "/img/view/zoom-in.gif";
            }
         }
      }
      
      // Set the content to the given dimensions.
      function setDimensions( width, height )
      {
         if ( canScale )
         {
            // Set the dimensions of all items with the embeddedObject class.
            var embeds = $(".embeddedObject");
               
            if ( embeds )
            {
               for ( var i = 0 ; i < embeds.length ; i++ )
               {
                  if ( embeds[i].style.display != "none" )
                  {
                     embeds[i].width = width;
                     embeds[i].height = height;
                  }
               }
            }
         }
      }
      
      // Scale the content based on the bounds and content dimensions.  
      function scaleContent()
      {
         var widthCopy = originalWidth;
         var heightCopy = originalHeight;
         var width = widthCopy;
         var height = heightCopy;

         if ( canScale && ( boundsWidth < widthCopy || boundsHeight < heightCopy ) )
         {
            // Sometimes we need to clamp the width to the bounds, sometimes it's
            // the height. The idea is to clamp the dimension that contributes
            // more to the size. That way the lesser dimension will be guaranteed
            // to be scaled inside the bounds

            var widthRatio = widthCopy / boundsWidth;
            var heightRatio = heightCopy / boundsHeight;
            if ( widthRatio > heightRatio )
            {
               width = boundsWidth;
               height = boundsWidth * heightCopy / widthCopy;
            }
            else
            {
               width = widthCopy * boundsHeight / heightCopy;
               height = boundsHeight;
            }
         }

         setDimensions( width, height );
      }
      
      // Determine the height that is taken up by things other than the content.
      function determineNonContentHeight()
      {
         var h = $("#mediaTable").offset().top;

         h += $("#" + navigationThumbsAreaId ).outerHeight(true);           
         h += $("#notifyFlashHelpArea").outerHeight(true);
         
         return h;
      }  
      
      // Determine the bounds available for the content based on the users browser
      // dimensions - removing room for the header and respecting a minimum area. 
      function determineContentBounds()
      {
         var bw,bh;
         if (self.innerHeight) // all except Explorer
         {
            bw = self.innerWidth;
            bh = self.innerHeight;
         }
         else if (document.documentElement && document.documentElement.clientHeight)
         // Explorer 6 Strict Mode
         {
            bw = document.documentElement.clientWidth;
            bh = document.documentElement.clientHeight;
         }
         else if (document.body) // other Explorers
         {
            bw = document.body.clientWidth;
            bh = document.body.clientHeight;
         }

         // Set the bounds, with a little padding.
         boundsWidth = bw - 6;
         boundsHeight = bh - determineNonContentHeight() - 6;

         if ( boundsWidth < minWidth )
         {
            boundsWidth = minWidth;
         }

         if ( boundsHeight < minHeight )
         {
            boundsHeight = minHeight;
         }
      }
      
      // Event handler for the window resizing.
      function resizeEvent()
      {
         // Determine the bounds that the content needs to scale to.
         determineContentBounds();
         
         if ( canScale && !showingFullSize )
         {
            // Scale the content if the user has NOT clicked the "full size" option.
            scaleContent();
         }
         
         // Setup the full/small size UI based on whether the content is scaled or not.
         setUpResizingUI();
      }
      
      // Set the handler.
      window.onresize = resizeEvent;
      
      function OnClickToPlay()
      {
         document.getElementById( 'mediaDisplayArea' ).style.display = 'inline';
         document.getElementById( 'clickToPlay' ).style.display = 'none';
      }
      
      // Displays the waiting icon...
      function wait() 
      {
         // TODO: position this wherever we want it...
         Element.addClassName(document.getElementById("waitingArea"), "waiting");
      }

      // Hides the waiting icon...
      function stopWait() 
      {
         // TODO: position this wherever we want it...
         Element.removeClassName(document.getElementById("waitingArea"), "waiting");
      }
      
      function getMediaSetIdForFunction() 
      {
         return document.getElementById("ctl00_mainContentPlaceHolder_action_mediaSetId").value;
      }

      function getMediaGroupIdForFunction() 
      {
         return document.getElementById("ctl00_mainContentPlaceHolder_action_mediaGroupId").value;
      }

      /****************************************************************
       * Begin detail tab functions
       ***************************************************************/
      
      // Event handler for the Edit action of a folder Item
      //
      // Params:
      // mediaGroupId - the id of the folder either that was selected or that the selected item is contained in
      // mediaSetId - the id of the selected item; blank if a folder was selected
      function onClickEdit(containerId, mediaSetId) 
      {
         document.getElementById("mediaDisplayArea").innerHTML = "";
         document.getElementById("mediaDisplayArea").style.display = "none";
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaSetId").value = mediaSetId;
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaGroupId").value = containerId;
         loadStylesheet( "/inc/styles/base.css" );
         tb_show(null, "/controls/lightboxes/settingsmedia.aspx?height=580&width=550&modal=true&mediaSetId=" + mediaSetId + "&mediaGroupId=" + containerId, false);
         return false;
      }

      // Called after the thickbox for editing has been closed. 
      // We need to reload the page because we hid the media to open
      // the thickbox.
      function doneEditing() 
      {  
         window.location.reload();
      }
      
      // Some CS presentations add events with an OnLoad function (created by the template).  
      // This function will run CS's OnLoad() if it exists.  If it does not exist, no 
      // error will be thrown.
      function CSOnLoad() 
      {
         try
         {
            OnLoad();
         }
         catch(e)
         {}
      }

      function DoBindMetaData(mediaSetId, mediaGroupId, getMetaData_callback) {
         // AjaxPro method in Folder.aspx.cs
         Website.viewpage.BindMetadata(mediaSetId, mediaGroupId, getMetaData_callback);
      }

      function DoUpdateProjectMetaData(mediaSetId, mediaGroupId, ds, updateMetaData_callback, preserveLightbox) {
         // optional param preserveLightbox will eventually prevent the thickbox from being closed on completion
         if (typeof preserveLightbox == 'undefined') {
            preserveLightbox = false;
         }

         Website.viewpage.UpdateProjectMetadata(mediaSetId, mediaGroupId, ds, updateMetaData_callback, preserveLightbox);
      }
      
      function onMove( pos )
      {
        var movePos = pos <= 0 ? pos : 0;
        movePos = movePos >= 1 ? movePos : 1;
        var element = document.getElementById( "Navigation" + movePos );

        window.location = element;
      }
      
      function scrollSelectedNavItemIntoView( elem )
      {
        var sl = elem.offsetLeft + ( elem.clientWidth / 2 ) - document.getElementById('ctl00_mainContentPlaceHolder_navigationDiv').offsetLeft - ( document.getElementById('ctl00_mainContentPlaceHolder_navigationDiv').clientWidth / 2 ) + elem.offsetParent.offsetLeft;
        document.getElementById('ctl00_mainContentPlaceHolder_navigationDiv').scrollLeft = sl;
      }

      /****************
       * Begin upload thumbnail functions.  The upload thumbnail button is inside the Edit Details lightbox.
       ***************/
      
      // Event handler for the Upload Thumbnail link.  
      function goToThumbnail(mediaSetId) 
      {
         tb_remove();
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaSetId").value = "9ee07b71-9e37-482a-be2b-600498605248";
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaGroupId").value = "b892570e-8607-48b6-b2b9-62908187be09";
         setTimeout('tb_show( null, "/controls/lightboxes/upload.aspx?userName=bentl1ja&mediaGroupName=Jing&viewpage=true&mediaSetId=9ee07b71-9e37-482a-be2b-600498605248&thumbnail=true&height=400&width=532&modal=true", false, doneThumbnailing )', 700);
         return false;
      }

      function doneThumbnailing() 
      {
         setTimeout('onClickEdit( document.getElementById("ctl00_mainContentPlaceHolder_action_mediaGroupId").value, document.getElementById("ctl00_mainContentPlaceHolder_action_mediaSetId").value )', 700);
         return false;
      } 
      /**************
       * End thumbnail functions
       *************/
      
      /********************************************************
       * End detail tab functions
       *******************************************************/
       
      /********************************************************
       * Begin comment tab functions
       *******************************************************/
      //PageMethods are used to display missing plugin warnings
      function onSucceeded(result, userContext, methodName) 
      {
         //The empty function is necessary to avoid JavaScript warnings when
         //PageMethods return
      }
       
      /********************************************************
       * End comment tab functions
       *******************************************************/
       
       /*******************************************************
        * Begin Upload tab functions
        ******************************************************/
      
      // Event handler for the Upload Attachments link.
      function goToUpload() 
      {
         document.getElementById("mediaDisplayArea").innerHTML = "";
         document.getElementById("mediaDisplayArea").style.display = "none";
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaSetId").value = getMediaSetIdForFunction();
         document.getElementById("ctl00_mainContentPlaceHolder_action_mediaGroupId").value = getMediaGroupIdForFunction();
         tb_show(null, "/controls/lightboxes/upload.aspx?userName=bentl1ja&mediaGroupName=Jing&viewpage=true&mediaSetId=9ee07b71-9e37-482a-be2b-600498605248&height=405&width=532&modal=true", false, doneEditing);
         return false;
      }
      
      /*********************************************************
       * End Upload tab functions
       ********************************************************/
       
      /********************************************************
       * Begin Attachment tab functions
       *******************************************************/
       function DeleteClick( mediaId )
       {
          if( confirm("Click OK to delete this attachment?") )
          {
             PageMethods.DeleteMedia( mediaId, OnDeleteSucceeded, OnDeleteFailed );
          }
          else
          {
             return false;
          }
       }
         
       function DefaultClick( mediaId, mediaSetId )
       {
         if( confirm("Click OK to replace the currently displayed content with this attachment. The currently displayed content will become an attachment. The URL will not change.") )
         {   
            // There's no need to check for success or failure here.  If an error happens, the code behind will set an error message
            // in the session and the info bar will show it on reload.
            PageMethods.SetDefaultMedia( mediaId, mediaSetId, OnDefaultSucceeded, OnDefaultFailed ); 
         }
         else
         {
            return false;
         }
       }
         
       function OnDeleteSucceeded()
       {
          __doPostBack( "ctl00_mainContentPlaceHolder_tabContainer_attachmentsTab_attachmentUpdateButton", "" );
       }
       
       function OnDeleteFailed( error )
       {
          displayError( error.get_message(), false );
          return false;
       }
       
       // This function closes the upload lightbox and toggles tab visibility for owners
       function OnDefaultSucceeded()
       {
          window.location.reload();
       }
       
       function OnDefaultFailed()
       {
          displayError( "Unable to replace the currently displayed content with this attachment", false );
          return false;
       }
         
       /*****************************************************
        * End attachment tab functions
        ****************************************************/ 
        
       /*****************************************************
        * Begin owner functions
        ****************************************************/
        
        // Toggles whether or not the template is overriden and
        // tabs are shown to the owner
        function toggleShowDetails()
        {
           PageMethods.ToggleShowDetails( OnDefaultSucceeded, OnDefaultSucceeded );
        }
        
       /****************************************************
        * End owner functions
        ***************************************************/
          
   </script>


       <!--[if IE 6]>
      <link href="/inc/styles/ie6.css" rel="stylesheet" type="text/css" />
      <![endif]-->
   <link href="/WebResource.axd?d=Z4sU32kdZvO8zYB-j_mppCSrCfr8Rb_MDTN-uz-J5-RAg3HhBVo1yMgo87oiJHf5DkODqL_wI-CPx09e0rB2zg2&amp;t=633797285859752857" type="text/css" rel="stylesheet" /></head>
   <body>
      <script type="text/javascript">
         EnableKeepAlive();
      </script>
      <div id="container">
         
<!--[if IE 6]>
      <style>
      #logoLink
      {
         margin-left: 12px;
      }
      
      .helpWidgetBox
      {
         margin-right: 17px;
      }
      
      .loggedIn
      {
         margin-right: -5px;
      }
      .headerTable
      {
        width: 1000px;
      }
      </style>
   <![endif]-->
<div id="ctl00_headerControl_headerPanel">
	
   <div class="headerDiv">
      <div id="header">
         <table id="headerTable" cellpadding="0" cellspacing="0">
            <tr>
               <td rowspan="2" valign="bottom" style="vertical-align: bottom">
                  <table>
                    <tr>
                       <td valign="bottom"  style="vertical-align: bottom">
                          <div id="ctl00_headerControl_LogoPanel">
		
                             <a href="http://www.jingproject.com/">
                                <img id="logoLink" src="http://www.screencast.com/img/view/jingheader.gif" alt="Jing" title="Jing" style="margin-left: 15px;" onclick="this.href=pageTracker._getLinkerUrl(this.href);" /></a>
                          
	</div>
                       </td>
                       <td valign="bottom"  style="vertical-align: bottom"> 
                                     
                       </td>
                    </tr>
                  </table>
                  
               </td>
               <td nowrap style="vertical-align: top; height: 30px;">
                  
<div id="signinControl">
   
   
</div>

<script type="text/javascript">
var prevOnload = window.onload;
window.onload = signInOnload;

function signInOnload()
{  
   if ( prevOnload && typeof( prevOnload ) == "function" && 
        String( prevOnload ) != String( signInOnload ) )
   {
      prevOnload();
   }
   
   if ( document.getElementById( "ellipsisSpan" ) )
   {
      autoEllipseText( "", 138 );
   }
   setTimeout( "checkAutoFill();", 400 );
}

if ( document.getElementById( "password" ) )
{
   document.body.onmousemove = function()
   {  
      checkEmail();
   }
}

function autoEllipseText( text, width )
{
   var inSpan = document.getElementById( "ellipsisSpan" );
   inSpan.innerHTML = text;
   if ( inSpan.offsetWidth > width )
   {
      var i = 1;
      inSpan.innerHTML = '';
      while ( inSpan.offsetWidth < width && i < text.length )
      {
         inSpan.innerHTML = text.substr( 0, i ) + '...';
         i++;
      }
       
      returnText = inSpan.innerHTML;
      return returnText;
   }
   return text;
}

function checkAutoFill()
{
   var email = document.getElementById( "emailAddress" );
   if ( email && ( getQueryStrParam( "emailAddress" ) != "" || email.value != "" ) )
   {
      email.style.backgroundImage = "";
      email.select();
   }
   
   checkEmail();
}
      
function focusEmail( e, losingFocus )
{
   var email = document.getElementById( "emailAddress" );
   
   if ( losingFocus == true )
   {
      if ( email && email.value == "" )
      {
         email.style.backgroundImage = "url( '/img/signin/email.png' )";
      }
   }
   else if ( email )
   {
      email.style.backgroundImage = "";
      email.select();
   }
}

function checkEmail()
{
   var password = document.getElementById( "password" );
   if ( password && password.value != "" && password.style.backgroundImage != "" )
   {
      password.style.backgroundImage = "";
   }
}

function focusPassword( e, losingFocus )
{
   var password = document.getElementById( "password" );
   
   if ( losingFocus == true )
   {
      if ( password && password.value == "" )
      {
         password.style.backgroundImage = "url( '/img/signin/password.png' )";
      }
   }
   else if ( password )
   {
      password.style.backgroundImage = "";
      password.select();
   }
}
</script>

               </td>
            </tr>
            <tr>
               <td valign="bottom" style="vertical-align: bottom">
                   <div class="helpWidgetBox">
                      
                   </div>
               </td>
            </tr>
         </table>
         
      </div>
   </div>

   <script type="text/javascript">
      // Load the appropriate menu items for this users...
      if ("False" == "True") {
         // This user is logged in...
         var pricing = document.getElementById("pricingMenuItem");
         var signup = document.getElementById("signUpMenuItem");
         if ( pricing != null ) { pricing.style.display = "none"; }
         if ( signup != null ) { signup.style.display = "none"; }
      }

      if ("False" != "True") {
         var buynow = document.getElementById("buyNowMenuItem");
         if (buynow != null) { buynow.style.display = "none"; }
      }
      else {
         var pricing = document.getElementById("pricingMenuItem");
         if (pricing != null) { pricing.style.display = "block"; }
      }
   </script>


</div>

         
   <form name="aspnetForm" method="post" action="viewpage.aspx?mediaSetId=9ee07b71-9e37-482a-be2b-600498605248&amp;mediaGroupName=Jing&amp;findUserName=bentl1ja" id="aspnetForm">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwOTk2MzAxMTUPZBYCZg9kFghmD2QWAgIFD2QWDGYPFgIeBFRleHQFnwc8bWV0YSBuYW1lPSJEQy50aXRsZSIgY29udGVudD0iIiAvPjxtZXRhIG5hbWU9IkRDLmRlc2NyaXB0aW9uIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMuc3ViamVjdCIgY29udGVudD0iIiAvPjxtZXRhIG5hbWU9IkRDLmNhdGVnb3J5IiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMua2V5d29yZHMiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5kYXRlIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMuZm9ybWF0IiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMuaWRlbnRpZmllciIgY29udGVudD0iIiAvPjxtZXRhIG5hbWU9IkRDLmxhbmd1YWdlIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMucmVsYXRpb24iIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5zb3VyY2UiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5jb3ZlcmFnZSIgY29udGVudD0iIiAvPjxtZXRhIG5hbWU9IkRDLnR5cGUiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJBdXRob3IgRW1haWwiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJBdXRob3IgSG9tZXBhZ2UiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5jcmVhdG9yIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iREMuY29udHJpYnV0b3IiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5wdWJsaXNoZXIiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJEQy5yaWdodHMiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJBdXRob3IgQWRkaXRpb25hbCBJbmZvIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iaXR1bmVzLmJsb2NrIiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iaVBvZEV4cGxpY2l0IiBjb250ZW50PSIiIC8+PG1ldGEgbmFtZT0iaXR1bmVzLnN1bW1hcnkiIGNvbnRlbnQ9IiIgLz48bWV0YSBuYW1lPSJpdHVuZXMuY2F0ZWdvcnkiIGNvbnRlbnQ9IiIgLz5kAgEPFgIfAAVWPGxpbmsgcmVsPSJzdHlsZXNoZWV0IiB0eXBlPSJ0ZXh0L2NzcyIgaHJlZj0iL3VzZXJzL2JlbnRsMWphL2ZvbGRlcnMvSmluZy92aWV3LmNzcyIgLz5kAgIPFgIfAAUBOWQCAw8WAh8ABQEwZAIEDxYCHwAFAzExNWQCBQ8WAh4HVmlzaWJsZWdkAgEPZBYCAgEPZBYGAgEPDxYCHwFoZGQCAg9kFgRmDxYCHwFoZAIBDxYCHwFoZAIDDw8WAh8BaGQWAmYPFgIeC18hSXRlbUNvdW50ZmQCAg9kFgICAQ9kFhACAw8PFgIfAWhkFgRmDxYCHwAFxwE8ZGl2IGNsYXNzPSJ0YWJJdGVtIj48c3BhbiBjbGFzcz0idGFiVGV4dCI+PGEgaHJlZj0iL3VzZXJzL2JlbnRsMWphIj5iZW50bDFqYSdzIExpYnJhcnk8L2E+PC9zcGFuPjwvZGl2PjxkaXYgY2xhc3M9InRhYkl0ZW0iPjxzcGFuIGNsYXNzPSJ0YWJUZXh0Ij48c3BhbiBjbGFzcz0idGFiU2VwZXJhdG9yIj4+PC9zcGFuPkppbmc8L3NwYW4+PC9kaXY+ZAIBDw8WAh8BaGRkAgcPZBYEAgEPFgIfAWhkAgMPFgIfAWhkAgkPFgIfAAX3DTxvYmplY3QgY2xhc3M9ImVtYmVkZGVkT2JqZWN0IiBjbGFzc2lkPSJjbHNpZDpEMjdDREI2RS1BRTZELTExQ0YtOTZCOC00NDQ1NTM1NDAwMDAiIHdpZHRoPSIxMjc2IiBoZWlnaHQ9Ijk1NCI+PHBhcmFtIG5hbWU9Im1vdmllIiB2YWx1ZT0iaHR0cDovL2NvbnRlbnQuc2NyZWVuY2FzdC5jb20vdXNlcnMvYmVudGwxamEvZm9sZGVycy9KaW5nL21lZGlhLzllZTA3YjcxLTllMzctNDgyYS1iZTJiLTYwMDQ5ODYwNTI0OC9qaW5nc3dmcGxheWVyLnN3ZiI+PC9wYXJhbT48cGFyYW0gbmFtZT0icXVhbGl0eSIgdmFsdWU9ImhpZ2giPjwvcGFyYW0+PHBhcmFtIG5hbWU9ImJnY29sb3IiIHZhbHVlPSIjRkZGRkZGIj48L3BhcmFtPjxwYXJhbSBuYW1lPSJmbGFzaFZhcnMiIHZhbHVlPSJjb250YWluZXJ3aWR0aD0xMjc2JmNvbnRhaW5lcmhlaWdodD05NTQmdGh1bWI9aHR0cDovL2NvbnRlbnQuc2NyZWVuY2FzdC5jb20vdXNlcnMvYmVudGwxamEvZm9sZGVycy9KaW5nL21lZGlhLzllZTA3YjcxLTllMzctNDgyYS1iZTJiLTYwMDQ5ODYwNTI0OC9GaXJzdEZyYW1lLmpwZyZsb2FkZXJzdHlsZT1qaW5nJmNvbnRlbnQ9aHR0cDovL2NvbnRlbnQuc2NyZWVuY2FzdC5jb20vdXNlcnMvYmVudGwxamEvZm9sZGVycy9KaW5nL21lZGlhLzllZTA3YjcxLTllMzctNDgyYS1iZTJiLTYwMDQ5ODYwNTI0OC8yMDA5LTA2LTE1XzE5MDcuc3dmJmJsdXJvdmVyPWZhbHNlIj48L3BhcmFtPjxwYXJhbSBuYW1lPSJhbGxvd0Z1bGxTY3JlZW4iIHZhbHVlPSJ0cnVlIj48L3BhcmFtPjxwYXJhbSBuYW1lPSJzY2FsZSIgdmFsdWU9InNob3dhbGwiPjwvcGFyYW0+PHBhcmFtIG5hbWU9ImFsbG93U2NyaXB0QWNjZXNzIiB2YWx1ZT0iYWx3YXlzIj48L3BhcmFtPjxwYXJhbSBuYW1lPSJiYXNlIiB2YWx1ZT0iaHR0cDovL2NvbnRlbnQuc2NyZWVuY2FzdC5jb20vdXNlcnMvYmVudGwxamEvZm9sZGVycy9KaW5nL21lZGlhLzllZTA3YjcxLTllMzctNDgyYS1iZTJiLTYwMDQ5ODYwNTI0OC8iPjwvcGFyYW0+PGVtYmVkIGNsYXNzPSJlbWJlZGRlZE9iamVjdCIgc3JjPSJodHRwOi8vY29udGVudC5zY3JlZW5jYXN0LmNvbS91c2Vycy9iZW50bDFqYS9mb2xkZXJzL0ppbmcvbWVkaWEvOWVlMDdiNzEtOWUzNy00ODJhLWJlMmItNjAwNDk4NjA1MjQ4L2ppbmdzd2ZwbGF5ZXIuc3dmIiBxdWFsaXR5PSJoaWdoIiBiZ2NvbG9yPSIjRkZGRkZGIiB3aWR0aD0iMTI3NiIgaGVpZ2h0PSI5NTQiIHR5cGU9ImFwcGxpY2F0aW9uL3gtc2hvY2t3YXZlLWZsYXNoIiBhbGxvd1NjcmlwdEFjY2Vzcz0iYWx3YXlzIiBmbGFzaFZhcnM9ImNvbnRhaW5lcndpZHRoPTEyNzYmY29udGFpbmVyaGVpZ2h0PTk1NCZ0aHVtYj1odHRwOi8vY29udGVudC5zY3JlZW5jYXN0LmNvbS91c2Vycy9iZW50bDFqYS9mb2xkZXJzL0ppbmcvbWVkaWEvOWVlMDdiNzEtOWUzNy00ODJhLWJlMmItNjAwNDk4NjA1MjQ4L0ZpcnN0RnJhbWUuanBnJmxvYWRlcnN0eWxlPWppbmcmY29udGVudD1odHRwOi8vY29udGVudC5zY3JlZW5jYXN0LmNvbS91c2Vycy9iZW50bDFqYS9mb2xkZXJzL0ppbmcvbWVkaWEvOWVlMDdiNzEtOWUzNy00ODJhLWJlMmItNjAwNDk4NjA1MjQ4LzIwMDktMDYtMTVfMTkwNy5zd2YmYmx1cm92ZXI9ZmFsc2UiIGFsbG93RnVsbFNjcmVlbj0idHJ1ZSIgYmFzZT0iaHR0cDovL2NvbnRlbnQuc2NyZWVuY2FzdC5jb20vdXNlcnMvYmVudGwxamEvZm9sZGVycy9KaW5nL21lZGlhLzllZTA3YjcxLTllMzctNDgyYS1iZTJiLTYwMDQ5ODYwNTI0OC8iIHNjYWxlPSJzaG93YWxsIj48L2VtYmVkPiA8L29iamVjdD5kAgsPDxYCHwFnZGQCEQ8WAh8BaGQCEw9kFgJmD2QWAgIBDw8WAh8BaGQWCmYPDxYCHgdFbmFibGVkaGQWAmYPZBYCAgEPZBYCAgEPZBYCZg9kFgICAQ9kFgYCAg8PFgQeXk5vQm90X1Jlc3BvbnNlVGltZUtleV9jdGwwMCRtYWluQ29udGVudFBsYWNlSG9sZGVyJHRhYkNvbnRhaW5lciRjb21tZW50c1RhYiRjb21tZW50TGlzdDEkbm9Cb3QG8qclgCa8y0geXE5vQm90X1Nlc3Npb25LZXlLZXlfY3RsMDAkbWFpbkNvbnRlbnRQbGFjZUhvbGRlciR0YWJDb250YWluZXIkY29tbWVudHNUYWIkY29tbWVudExpc3QxJG5vQm90BWxOb0JvdF9TZXNzaW9uS2V5X2N0bDAwJG1haW5Db250ZW50UGxhY2VIb2xkZXIkdGFiQ29udGFpbmVyJGNvbW1lbnRzVGFiJGNvbW1lbnRMaXN0MSRub0JvdF82MzM4MDcwNDYxMDA0MTcyNjZkFgICAQ8WAh4PQ2hhbGxlbmdlU2NyaXB0BQN+NDFkAggPFgIfAWhkAhYPFgIfAWhkAgEPDxYCHwNoZGQCAg8PFgIfA2hkZAIDDw8WAh8DaGQWAmYPZBYCAgEPZBYCZg8PFgIfAWhkZAIEDw8WAh8DaGRkAhsPFgIfAWdkAh0PFgIfAWdkAgMPZBYCZg9kFgICAQ8PFgIfAWhkZBgBBSljdGwwMCRtYWluQ29udGVudFBsYWNlSG9sZGVyJHRhYkNvbnRhaW5lcg8PZAIBZPjw4nuCK41zWDTvM+JynDFSyUNE" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/WebResource.axd?d=taISOg4qEkv06Te5ZJpjQQ2&amp;t=633716611322740468" type="text/javascript"></script>


<script type="text/javascript" src="/ajaxpro/prototype.ashx"></script>
<script type="text/javascript" src="/ajaxpro/core.ashx"></script>
<script type="text/javascript" src="/ajaxpro/converter.ashx"></script>
<script type="text/javascript" src="/ajaxpro/Website.viewpage,Website.ashx"></script>

<script src="/ScriptResource.axd?d=lytlZa58igFjHJtKh8IIxPWJHrBsLjgyzb-O6ee1HJlcVI1893Hoa4ktnKpegNMJjbTFuca1Roxogg6Ie_iWHRN3G2feGFEw4Sv_cX1N3xI1&amp;t=ffffffffb4cd04b2" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=lytlZa58igFjHJtKh8IIxPWJHrBsLjgyzb-O6ee1HJlcVI1893Hoa4ktnKpegNMJvc_v3R6vnVsny2s0GD9_oQBw1DAvlLsv8PSjfjX0hR81&amp;t=ffffffffb4cd04b2" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var PageMethods = function() {
PageMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PageMethods.prototype = {
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PageMethods._staticInstance.get_path();},
ToggleShowDetails:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ToggleShowDetails',false,{},succeededCallback,failedCallback,userContext); },
DeleteMedia:function(mediaId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteMedia',false,{mediaId:mediaId},succeededCallback,failedCallback,userContext); },
SetDefaultMedia:function(mediaId,mediaSetId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDefaultMedia',false,{mediaId:mediaId,mediaSetId:mediaSetId},succeededCallback,failedCallback,userContext); }}
PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy);
PageMethods._staticInstance = new PageMethods();
PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); }
PageMethods.get_path = function() { return PageMethods._staticInstance.get_path(); }
PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); }
PageMethods.get_timeout = function() { return PageMethods._staticInstance.get_timeout(); }
PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); }
PageMethods.get_defaultUserContext = function() { return PageMethods._staticInstance.get_defaultUserContext(); }
PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); }
PageMethods.get_defaultSucceededCallback = function() { return PageMethods._staticInstance.get_defaultSucceededCallback(); }
PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); }
PageMethods.get_defaultFailedCallback = function() { return PageMethods._staticInstance.get_defaultFailedCallback(); }
PageMethods.set_path("/viewpage.aspx");
PageMethods.ToggleShowDetails= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.ToggleShowDetails(onSuccess,onFailed,userContext); }
PageMethods.DeleteMedia= function(mediaId,onSuccess,onFailed,userContext) {PageMethods._staticInstance.DeleteMedia(mediaId,onSuccess,onFailed,userContext); }
PageMethods.SetDefaultMedia= function(mediaId,mediaSetId,onSuccess,onFailed,userContext) {PageMethods._staticInstance.SetDefaultMedia(mediaId,mediaSetId,onSuccess,onFailed,userContext); }
//]]>
</script>

   <script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$mainContentPlaceHolder$ToolkitScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00$mainContentPlaceHolder$TabUpdatePanel'], [], [], 90);
//]]>
</script>

   
   
<script type="text/javascript">
if ( document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo" ) &&
     document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfoTimeout" ) )
{
   setTimeout( "stopStatusTimer()", document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfoTimeout" ).getAttribute( "value" ) );
}

function stopStatusTimer()
{   
   if ( document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo" ) )
   {
      document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo" ).style.display = "none";
   }
}

function displayMessage( controlId, message, append )
{
   if ( document.getElementById( controlId ) )
   {
      document.getElementById( controlId ).style.display = "block";
      
      if ( append && append == true )
      {
         document.getElementById( controlId ).innerHTML += "<p>" + message + "</p>";
      }
      else
      {
         document.getElementById( controlId ).innerHTML = "<p>" + message + "</p>";
      }
   }
}

function displayError( errorMsg, append )
{
   displayMessage( "ctl00_mainContentPlaceHolder_ViewInfoBar_scError", errorMsg, append );
}

function displayWarning( warningMsg, append )
{
   displayMessage( "ctl00_mainContentPlaceHolder_ViewInfoBar_scWarning", warningMsg, append );
}

function displayInfo( statusMsg, append, timeout )
{
   displayMessage( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo", statusMsg, append );
   
   if ( document.getElementById( "ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo" ) && timeout )
   {
      setTimeout( "stopStatusTimer()", timeout );
   }
}
</script>

<div id="infoBar">
   <div id="ctl00_mainContentPlaceHolder_ViewInfoBar_scError" class="errorMessage">
   </div>
   <div id="ctl00_mainContentPlaceHolder_ViewInfoBar_scWarning" class="warningMessage">
   </div>
   <div id="ctl00_mainContentPlaceHolder_ViewInfoBar_scInfo" class="statusMessage">
   </div>
   <noscript>
      <div id="nojavascriptError" class="errorMessage" style="display: block;">You must enable JavaScript to use many of the features of Screencast.com.
      </div>
   </noscript>
   <input name="ctl00$mainContentPlaceHolder$ViewInfoBar$scInfoTimeout" type="hidden" id="ctl00_mainContentPlaceHolder_ViewInfoBar_scInfoTimeout" />
</div>

   <div style="width: 100%">
      <div id="ctl00_mainContentPlaceHolder_navigationLinks" style="padding: 1px; margin: 2px auto 1px auto;
         width: 160px; height: 19px; font-size: 0.9em; color: #666; border: 1px solid #d7d7d7;
         background: white url(/img/view/pgnn-container-bg.gif) repeat-x; display: none;">
         
         
      </div>
   </div>
   <table id="mediaTable" width="100%" border="0">
      <tr align="center">
         <td style="border: 0px; padding: 0;">
            <div id="mediaDisplayArea" style="margin-top: 2px;">
               <object class="embeddedObject" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" width="1276" height="954"><param name="movie" value="http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/jingswfplayer.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="containerwidth=1276&containerheight=954&thumb=http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/FirstFrame.jpg&loaderstyle=jing&content=http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/2009-06-15_1907.swf&blurover=false"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param><param name="base" value="http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/"></param><embed class="embeddedObject" src="http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/jingswfplayer.swf" quality="high" bgcolor="#FFFFFF" width="1276" height="954" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="containerwidth=1276&containerheight=954&thumb=http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/FirstFrame.jpg&loaderstyle=jing&content=http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/2009-06-15_1907.swf&blurover=false" allowFullScreen="true" base="http://content.screencast.com/users/bentl1ja/folders/Jing/media/9ee07b71-9e37-482a-be2b-600498605248/" scale="showall"></embed> </object>
            </div>
            <div id="clickToPlay" onclick="OnClickToPlay();">
            </div>
            <div id="ctl00_mainContentPlaceHolder_notifyFlashHelpLink">
	
               <div id="notifyFlashHelpArea" class="notifyFlashHelp">
                  Please <a href="http://www.screencast.com/help/tutorial.aspx?id=397" onclick="this.href=pageTracker._getLinkerUrl(this.href);">
                     click here</a> if you are having trouble viewing this content.
               </div>
            
</div>
         </td>
      </tr>
      
      
      <tr align="center">
         <td>
            
            <div id="ctl00_mainContentPlaceHolder_TabUpdatePanel">
	
                  
               
</div>
         </td>
      </tr>
   </table>
   <br />
   <!-- Hidden controls used for folder / item actions. -->
   <input type="hidden" name="ctl00$mainContentPlaceHolder$action_mediaSetId" id="ctl00_mainContentPlaceHolder_action_mediaSetId" />
   <input type="hidden" name="ctl00$mainContentPlaceHolder$action_mediaGroupId" id="ctl00_mainContentPlaceHolder_action_mediaGroupId" />
   
   
         <script type="text/javascript">
            document.getElementById("clickToPlay").style.display = "none";
         </script>
   
   
         <script type="text/javascript">
            pluginCheck();
         </script>
   

   <script language="javascript" type="text/javascript">
      CSOnLoad();

      if ( typeof resizeEvent == "function" )
      {
         resizeEvent();
      }
   </script>

   

<script type="text/javascript">
//<![CDATA[
Sys.Application.initialize();
//]]>
</script>
</form>

         <div id="ctl00_footerControl_footerPanel">
	
   <div class="footerDiv">
      
      <div id="ctl00_footerControl_FooterLogo">
		
         <ul id="footerTsc">
            <li><a href="http://www.screencast.com/" target="_blank" onclick="this.href=pageTracker._getLinkerUrl(this.href);">
               <img src="http://www.screencast.com/img/view/jingfooter.gif" alt="Screencast.com" title="Screencast.com" /></a></li>
         </ul>
      
	</div>
      <br clear="all" />
   </div>

</div>

      </div>
   </body>
   <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   </script>
   <script type="text/javascript">
      try
      {
         var pageTracker = _gat._getTracker("UA-2104241-8");
         pageTracker._setDomainName(".screencast.com");
         pageTracker._initData()
         pageTracker._setAllowLinker(true);
         pageTracker._setAllowHash(false);
         pageTracker._trackPageview();
      } catch (err) { }   
   </script>

   <!-- Served by: SCAPP02 -->
</html>
